From: Brian Fox Date: Sun, 19 Sep 1993 00:17:52 +0000 (+0000) Subject: Fixed naked backquotes in "echo" strings X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~94320 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=863f1210026f400727191c3b244ce9f79ab1a901;p=emacs.git Fixed naked backquotes in "echo" strings --- diff --git a/make-dist b/make-dist index 4016fe88ea4..e4d10124d42 100755 --- a/make-dist +++ b/make-dist @@ -99,7 +99,7 @@ rm -f /tmp/el /tmp/elc ### Make sure configure is newer than configure.in. if [ "x`ls -t configure configure.in | head -1`" != "xconfigure" ]; then - echo "`./configure.in' seems to be newer than `./configure.'" >&2 + echo "\`./configure.in' seems to be newer than \`./configure.'" >&2 echo "Attempting to run autoconf." >&2 autoconf fi